From: Juri Linkov Date: Mon, 13 Sep 2021 07:58:44 +0000 (+0300) Subject: Change value of DEFAULT_TAB_BAR_BUTTON_MARGIN from 4 to 1 (bug#50424) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~1269 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bb446c1d968f15c34c74e90f9319c3069bd6e025;p=emacs.git Change value of DEFAULT_TAB_BAR_BUTTON_MARGIN from 4 to 1 (bug#50424) --- diff --git a/src/dispextern.h b/src/dispextern.h index f4c7575b352..6aefe43e195 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -3202,7 +3202,7 @@ enum tab_bar_item_idx /* Default values of the above variables. */ -#define DEFAULT_TAB_BAR_BUTTON_MARGIN 4 +#define DEFAULT_TAB_BAR_BUTTON_MARGIN 1 #define DEFAULT_TAB_BAR_BUTTON_RELIEF 1 /* The height in pixels of the default tab-bar images. */